libxc: refactor Linux OS interface into a separate file.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 3 Dec 2010 09:36:47 +0000 (09:36 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 3 Dec 2010 09:36:47 +0000 (09:36 +0000)
commitd2c71cadc565bcb8098563dafd8abcafc0c2358c
tree2fed61400a16591525daaf3e08114897067ae02c
parentfd81c3683ab201bef87a7e9f52e61be161993752
libxc: refactor Linux OS interface into a separate file.

This helps ensure that the osdep abstraction is complete by
allowing us to avoid including xc_private.h.

All the other OS backends could benefit from the same treatment but
since I cannot compile test I did not do this.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxc/Makefile
tools/libxc/xc_linux.c
tools/libxc/xc_linux_osdep.c [new file with mode: 0644]